Skip to content

Commit 57b03bb

Browse files
committed
Updated the package version of the SharpAvi to 3.0.1.
1 parent dab8cd6 commit 57b03bb

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

SharpAvi.ImageSharp/SharpAvi.ImageSharp.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<RootNamespace>SharpAvi</RootNamespace>
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
19-
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v3.0.0</PackageReleaseNotes>
19+
<AssemblyVersion>$(Version).0</AssemblyVersion>
20+
<FileVersion>$(Version).0</FileVersion>
21+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
22+
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v$(Version)</PackageReleaseNotes>
2023
</PropertyGroup>
2124

2225
<ItemGroup>

SharpAvi/SharpAvi.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net45;netstandard2.0;net50;net50-windows</TargetFrameworks>
4-
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
3+
<TargetFrameworks>net45;netstandard2.0;net50;net50-windows</TargetFrameworks>
4+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
55
<OutputType>Library</OutputType>
66
</PropertyGroup>
77
<PropertyGroup>
@@ -16,11 +16,11 @@
1616
<PackageReadmeFile>readme.md</PackageReadmeFile>
1717
<PackageTags>AVI video authoring encoding OpenDML</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<Version>3.0.0</Version>
20-
<AssemblyVersion>$(Version).0</AssemblyVersion>
21-
<FileVersion>$(Version).0</FileVersion>
22-
<GenerateDocumentationFile>True</GenerateDocumentationFile>
23-
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v3.0.0</PackageReleaseNotes>
19+
<Version>3.0.1</Version>
20+
<AssemblyVersion>$(Version).0</AssemblyVersion>
21+
<FileVersion>$(Version).0</FileVersion>
22+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
23+
<PackageReleaseNotes>https://github.com/baSSiLL/SharpAvi/releases/tag/v$(Version)</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
2626
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -47,7 +47,7 @@
4747
<Reference Include="WindowsBase" />
4848
</ItemGroup>
4949
<PropertyGroup Condition="'$(TargetFramework)' == 'net50-windows'">
50-
<UseWPF>true</UseWPF>
50+
<UseWPF>true</UseWPF>
5151
</PropertyGroup>
5252
<!-- LameFacadeImpl is compiled in runtime from an embedded resource on .NET 4.5 -->
5353
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">

0 commit comments

Comments
 (0)