Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smourier committed May 27, 2024
1 parent 42bcc8c commit 978791b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions DirectN/DirectN.MinimalD3D11/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
[assembly: ComVisible(false)]
[assembly: Guid("3a848cdf-7b72-49de-92f7-30b640369d75")]

[assembly: AssemblyVersion("1.16.0.1")]
[assembly: AssemblyFileVersion("1.16.0.1")]
[assembly: AssemblyInformationalVersion("1.16.0.1")]
[assembly: AssemblyVersion("1.16.1.0")]
[assembly: AssemblyFileVersion("1.16.1.0")]
[assembly: AssemblyInformationalVersion("1.16.1.0")]

[assembly: SupportedOSPlatform("windows10.0.19041.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
[assembly: ComVisible(false)]
[assembly: Guid("99873e46-b92d-47ce-b5be-d453cad3895b")]

[assembly: AssemblyVersion("1.16.0.1")]
[assembly: AssemblyFileVersion("1.16.0.1")]
[assembly: AssemblyInformationalVersion("1.16.0.1")]
[assembly: AssemblyVersion("1.16.1.0")]
[assembly: AssemblyFileVersion("1.16.1.0")]
[assembly: AssemblyInformationalVersion("1.16.1.0")]

[assembly: SupportedOSPlatform("windows10.0.19041.0")]
6 changes: 3 additions & 3 deletions DirectN/DirectNCore/DirectNCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<Company>Simon Mourier</Company>
<Product>DirectN</Product>
<Copyright>Copyright © 2017-2024 Simon Mourier. All rights reserved.</Copyright>
<FileVersion>1.16.0.1</FileVersion>
<FileVersion>1.16.1.0</FileVersion>
<PackageTags>.NET DXGI WIC DirectX Direct2D DirectWrite DirectComposition MediaFoundation WASAPI CoreAudio CodecAPI GDI SpatialAudio DVD WindowsMediaPlayer WMP Interop UWP DX</PackageTags>
<RepositoryUrl>https://github.com/smourier/DirectN</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageIcon>DirectN.png</PackageIcon>
<Authors>Simon Mourier</Authors>
<Version>1.16.0.1</Version>
<Version>1.16.1.0</Version>
<RootNamespace>DirectN</RootNamespace>
<AssemblyVersion>1.16.0.1</AssemblyVersion>
<AssemblyVersion>1.16.1.0</AssemblyVersion>
<PackageProjectUrl>https://github.com/smourier/DirectN</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions DirectN/DirectNStandard/DirectNStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<Company>Simon Mourier</Company>
<Product>DirectN</Product>
<Copyright>Copyright © 2017-2024 Simon Mourier. All rights reserved.</Copyright>
<FileVersion>1.16.0.1</FileVersion>
<FileVersion>1.16.1.0</FileVersion>
<PackageTags>.NET DXGI WIC DirectX Direct2D DirectWrite DirectComposition MediaFoundation WASAPI CoreAudio CodecAPI GDI SpatialAudio DVD WindowsMediaPlayer WMP Interop UWP DX</PackageTags>
<RepositoryUrl>https://github.com/smourier/DirectN</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageIcon>DirectN.png</PackageIcon>
<Authors>Simon Mourier</Authors>
<Version>1.16.0.1</Version>
<Version>1.16.1.0</Version>
<RootNamespace>DirectN</RootNamespace>
<AssemblyVersion>1.16.0.1</AssemblyVersion>
<AssemblyVersion>1.16.1.0</AssemblyVersion>
<PackageProjectUrl>https://github.com/smourier/DirectN</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 978791b

Please sign in to comment.