|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <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> |
5 | 5 | <OutputType>Library</OutputType>
|
6 | 6 | </PropertyGroup>
|
7 | 7 | <PropertyGroup>
|
|
16 | 16 | <PackageReadmeFile>readme.md</PackageReadmeFile>
|
17 | 17 | <PackageTags>AVI video authoring encoding OpenDML</PackageTags>
|
18 | 18 | <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> |
24 | 24 | </PropertyGroup>
|
25 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
26 | 26 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
47 | 47 | <Reference Include="WindowsBase" />
|
48 | 48 | </ItemGroup>
|
49 | 49 | <PropertyGroup Condition="'$(TargetFramework)' == 'net50-windows'">
|
50 |
| - <UseWPF>true</UseWPF> |
| 50 | + <UseWPF>true</UseWPF> |
51 | 51 | </PropertyGroup>
|
52 | 52 | <!-- LameFacadeImpl is compiled in runtime from an embedded resource on .NET 4.5 -->
|
53 | 53 | <ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
|
0 commit comments