Skip to content

Commit

Permalink
Updated the package version of the SharpAvi to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
baSSiLL committed Aug 22, 2022
1 parent dab8cd6 commit 57b03bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion SharpAvi.ImageSharp/SharpAvi.ImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RootNamespace>SharpAvi</RootNamespace>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v3.0.0</PackageReleaseNotes>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v$(Version)</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
16 changes: 8 additions & 8 deletions SharpAvi/SharpAvi.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;net50;net50-windows</TargetFrameworks>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<TargetFrameworks>net45;netstandard2.0;net50;net50-windows</TargetFrameworks>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
Expand All @@ -16,11 +16,11 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageTags>AVI video authoring encoding OpenDML</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>3.0.0</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v3.0.0</PackageReleaseNotes>
<Version>3.0.1</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v$(Version)</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -47,7 +47,7 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net50-windows'">
<UseWPF>true</UseWPF>
<UseWPF>true</UseWPF>
</PropertyGroup>
<!-- LameFacadeImpl is compiled in runtime from an embedded resource on .NET 4.5 -->
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
Expand Down

0 comments on commit 57b03bb

Please sign in to comment.