Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- DO NOT EDIT: generated by Faithlife/CodingGuidelines/conventions/dotnet-common-contributing -->

# Contributing

## Publishing
Expand Down
23 changes: 0 additions & 23 deletions DapperUtility.slnx
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
<Solution>
<!-- dotnet-solution-items: *; .github/*; .github/workflows/* -->
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="build.ps1" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="nuget.config" />
<File Path="README.md" />
<File Path="ReleaseNotes.md" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/conventions.yml" />
<File Path=".github/lsp.json" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/copilot-setup-steps.yml" />
</Folder>
<Project Path="src/Faithlife.Utility.Dapper/Faithlife.Utility.Dapper.csproj" />
<Project Path="tests/Faithlife.Utility.Dapper.Tests/Faithlife.Utility.Dapper.Tests.csproj" />
<Project Path="tools/Build/Build.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project>

<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.0.1</VersionPrefix>
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
<NoWarn>$(NoWarn);1591;1998;NU1507;NU5105</NoWarn>
<GitHubOrganization>Faithlife</GitHubOrganization>
<RepositoryName>DapperUtility</RepositoryName>
</PropertyGroup>

<!-- DO NOT EDIT: faithlife-dotnet-library-props convention -->
<!-- DO NOT EDIT: dotnet-common-props convention -->
<PropertyGroup>
<LangVersion>14.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<!-- DO NOT EDIT: faithlife-dotnet-library-props/properties convention -->
<!-- DO NOT EDIT: dotnet-common-props/properties convention -->
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
Expand All @@ -14,7 +14,7 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" />
<PackageVersion Include="XmlDocMarkdown.Core" Version="2.9.0" />
</ItemGroup>
<!-- DO NOT EDIT: faithlife-dotnet-library-props/analyzers convention -->
<!-- DO NOT EDIT: dotnet-common-props/analyzers convention -->
<ItemGroup>
<GlobalPackageReference Include="Faithlife.Analyzers" Version="1.*" />
<GlobalPackageReference Include="NUnit.Analyzers" Version="4.*" />
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.0.1

* Update package README.

## 2.0.0

* Upgrade to .NET Standard 2.0 and latest Dapper.
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- DO NOT EDIT: generated by Faithlife/CodingGuidelines/conventions/nuget-config -->
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
Expand Down
Loading