Skip to content

Commit

Permalink
Bumped version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPizzaDev committed May 5, 2024
1 parent 6199816 commit 2c26148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions NVorbis/NVorbis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<RootNamespace>NVorbis</RootNamespace>
<Description>A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.</Description>
<Copyright>Copyright © TechPizza 2022</Copyright>
<Copyright>Copyright © TechPizza 2024</Copyright>
<Company>TechPizza</Company>
<AssemblyName>VorbisPizza</AssemblyName>
<AssemblyVersion>1.4.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<Authors>Andrew Ward;TechPizza</Authors>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<PackageId>VorbisPizza</PackageId>
<PackageProjectUrl>https://github.com/TechPizzaDev/VorbisPizza</PackageProjectUrl>
<PackageReleaseNotes>-Fixed bugs and improved performance</PackageReleaseNotes>
<PackageReleaseNotes>-Fortified ref-counting for PageData</PackageReleaseNotes>
<PackageTags>Ogg;Vorbis;Xiph;Audio;Sound</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<NeutralLanguage>en</NeutralLanguage>
<OutputType>Exe</OutputType>
<AssemblyName>TestApp</AssemblyName>
Expand Down

0 comments on commit 2c26148

Please sign in to comment.