Skip to content

Commit 1cb170d

Browse files
committed
Released 1.0.3.3
1 parent 0b1ee0c commit 1cb170d

7 files changed

Lines changed: 12 additions & 13 deletions

File tree

src/BlueUpdate/BlueUpdate Updater/BlueUpdate Updater.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<AssemblyOriginatorKeyFile>GM.StrongNameKey.snk</AssemblyOriginatorKeyFile>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="GM.Utility, Version=1.2.6.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
51-
<HintPath>..\packages\GM.Utility.1.2.6\lib\netstandard2.0\GM.Utility.dll</HintPath>
50+
<Reference Include="GM.Utility, Version=1.2.7.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
51+
<HintPath>..\packages\GM.Utility.1.2.7\lib\netstandard2.0\GM.Utility.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System" />
5454
<Reference Include="System.Data" />

src/BlueUpdate/BlueUpdate Updater/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7979
// You can specify all the values or you can default the Build and Revision Numbers
8080
// by using the '*' as shown below:
8181
// [assembly: AssemblyVersion("1.0.*")]
82-
[assembly: AssemblyVersion("1.0.3.2")]
83-
[assembly: AssemblyFileVersion("1.0.3.2")]
82+
[assembly: AssemblyVersion("1.0.3.3")]
83+
[assembly: AssemblyFileVersion("1.0.3.3")]

src/BlueUpdate/BlueUpdate Updater/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Author: GregaMohorko
2828
-->
2929
<packages>
3030
<package id="CodeBits.ByteSizeFriendlyName" version="1.1.0" targetFramework="net461" />
31-
<package id="GM.Utility" version="1.2.6" targetFramework="net461" />
31+
<package id="GM.Utility" version="1.2.7" targetFramework="net461" />
3232
</packages>

src/BlueUpdate/BlueUpdate/BlueUpdate.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
<AssemblyOriginatorKeyFile>GM.StrongNameKey.snk</AssemblyOriginatorKeyFile>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="GM.Utility, Version=1.2.6.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
44-
<HintPath>..\packages\GM.Utility.1.2.6\lib\netstandard2.0\GM.Utility.dll</HintPath>
45-
<Private>False</Private>
43+
<Reference Include="GM.Utility, Version=1.2.7.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
44+
<HintPath>..\packages\GM.Utility.1.2.7\lib\netstandard2.0\GM.Utility.dll</HintPath>
4645
</Reference>
4746
<Reference Include="PresentationFramework" />
4847
<Reference Include="System" />

src/BlueUpdate/BlueUpdate/BlueUpdate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<summary>$description$</summary>
1515
<copyright>$copyright$</copyright>
1616
<tags>Update Updater Version Check Checksum Deployment Install</tags>
17-
<releaseNotes>Fixed the unsigned dependency bug.</releaseNotes>
17+
<releaseNotes>Updated dependencies.</releaseNotes>
1818
</metadata>
1919
<files>
2020
<file src="readme.txt" target="" />

src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6060
// You can specify all the values or you can default the Build and Revision Numbers
6161
// by using the '*' as shown below:
6262
// [assembly: AssemblyVersion("1.0.*")]
63-
[assembly: AssemblyVersion("1.0.3.2")]
64-
[assembly: AssemblyFileVersion("1.0.3.2")]
63+
[assembly: AssemblyVersion("1.0.3.3")]
64+
[assembly: AssemblyFileVersion("1.0.3.3")]

src/BlueUpdate/BlueUpdate/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
SOFTWARE.
2424
2525
Project: BlueUpdate
26-
Created: 2018-7-17
26+
Created: 2018-12-26
2727
Author: GregaMohorko
2828
-->
2929
<packages>
30-
<package id="GM.Utility" version="1.2.6" targetFramework="net461" />
30+
<package id="GM.Utility" version="1.2.7" targetFramework="net461" />
3131
</packages>

0 commit comments

Comments
 (0)