Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit 1203285

Browse files
committed
Updated Build for 4.1 release.
1 parent 667ea68 commit 1203285

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CSharpImageLibrary/CSharpImageLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<Reference Include="System.Xaml">
8383
<RequiredTargetFramework>4.0</RequiredTargetFramework>
8484
</Reference>
85-
<Reference Include="UsefulThings, Version=1.7.2.0, Culture=neutral, processorArchitecture=MSIL">
86-
<HintPath>..\packages\UsefulCSharpThings.1.7.2\lib\net462\UsefulThings.dll</HintPath>
85+
<Reference Include="UsefulThings, Version=1.7.2.1, Culture=neutral, processorArchitecture=MSIL">
86+
<HintPath>..\packages\UsefulCSharpThings.1.7.2.1\lib\net462\UsefulThings.dll</HintPath>
8787
</Reference>
8888
<Reference Include="WindowsBase" />
8989
<Reference Include="PresentationCore" />

CSharpImageLibrary/CSharpImageLibrary.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<projectUrl>https://github.com/KFreon/CSharpImageLibrary</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Loads and saves standard images including DDS (all sorts and weird ones like V8U8, G8, etc. See full list on github.)</description>
12-
<releaseNotes>Fixed bug in scale parameters when loading images.</releaseNotes>
12+
<releaseNotes>Support for large component DDS' enabled.</releaseNotes>
1313
<copyright>Copyright KFreon 2015</copyright>
1414
<tags>Image DDS Texture</tags>
1515
</metadata>

CSharpImageLibrary/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.2.1" targetFramework="net462" />
44
<package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net462" />
5-
<package id="UsefulCSharpThings" version="1.7.2" targetFramework="net462" />
5+
<package id="UsefulCSharpThings" version="1.7.2.1" targetFramework="net462" />
66
</packages>

UI_Project/UI_Project.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
<Reference Include="System.Xaml">
7474
<RequiredTargetFramework>4.0</RequiredTargetFramework>
7575
</Reference>
76-
<Reference Include="UsefulThings, Version=1.7.2.0, Culture=neutral, processorArchitecture=MSIL">
77-
<HintPath>..\packages\UsefulCSharpThings.1.7.2\lib\net462\UsefulThings.dll</HintPath>
76+
<Reference Include="UsefulThings, Version=1.7.2.1, Culture=neutral, processorArchitecture=MSIL">
77+
<HintPath>..\packages\UsefulCSharpThings.1.7.2.1\lib\net462\UsefulThings.dll</HintPath>
7878
</Reference>
7979
<Reference Include="WindowsBase" />
8080
<Reference Include="PresentationCore" />

UI_Project/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.2.1" targetFramework="net462" />
44
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net462" />
55
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net462" />
6-
<package id="UsefulCSharpThings" version="1.7.2" targetFramework="net462" />
6+
<package id="UsefulCSharpThings" version="1.7.2.1" targetFramework="net462" />
77
</packages>

0 commit comments

Comments
 (0)