Skip to content

Commit

Permalink
Increase version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed Oct 2, 2019
1 parent d5d585d commit a600a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Smaragd/Smaragd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<RootNamespace>NKristek.Smaragd</RootNamespace>
<AssemblyName>NKristek.Smaragd</AssemblyName>
<Version>5.1</Version>
<Version>5.2</Version>
<Description>Base classes for implementing an C# .NET application using the MVVM architecture</Description>
<Company>nkristek</Company>
<Authors>nkristek</Authors>
Expand All @@ -18,7 +18,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<PackageTags>MVVM ViewModel INotifyPropertyChanged INotifyPropertyChanging INotifyDataErrorInfo</PackageTags>
<PackageReleaseNotes>Enable nullable reference types</PackageReleaseNotes>
<PackageReleaseNotes>This release enables C#8 nullable reference types and improves the build process.</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit a600a74

Please sign in to comment.