Skip to content

Commit

Permalink
Update project versions to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one committed Aug 26, 2022
1 parent 4cf06c6 commit 78fa024
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Product />
<Description />
<Copyright>vers, 2015-2022</Copyright>
<Version>3.1.2</Version>
<Version>3.2</Version>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<DocumentationFile></DocumentationFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[assembly: AssemblyTitle("VersOne.Epub.WpfDemo")]
[assembly: AssemblyDescription("WPF demo application for VersOne.Epub library")]
[assembly: AssemblyCopyright("Unlicense <http://unlicense.org>")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]
[assembly: AssemblyVersion("3.2")]
[assembly: AssemblyFileVersion("3.2")]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion Source/VersOne.Epub/VersOne.Epub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Product />
<Description />
<Copyright>vers, 2015-2022</Copyright>
<Version>3.1.2</Version>
<Version>3.2</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<DocumentationFile></DocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion Source/VersOne.Epub/VersOne.Epub.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>VersOne.Epub</id>
<version>3.1.2</version>
<version>3.2</version>
<title>EPUB reader</title>
<description>.NET library for reading EPUB files</description>
<authors>vers</authors>
Expand Down

0 comments on commit 78fa024

Please sign in to comment.