Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sheryever committed Jan 4, 2020
1 parent 7fb5345 commit 88dc4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/SimpleAccess.Core/SimpleAccess.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>SimpleAccess, Database, ORM</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Async support added for Dotnet Framwork 4.5 and Dotnet Standard 2.0</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Documentation of using SimpleAccess is available at https://github.com/sheryever
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<ProjectGuid>{D97DEB44-C9BD-4813-AE06-3119CE26214A}</ProjectGuid>
<PackageReleaseNotes>Async support added for Dotnet Framwork 4.5 and Dotnet Standard 2.0</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
<DefineConstants>NETCORE;NETSTANDARD;NETSTANDARD2_0</DefineConstants>
Expand Down

0 comments on commit 88dc4cb

Please sign in to comment.