Skip to content

Commit

Permalink
Released 1.0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaMohorko committed Dec 26, 2018
1 parent 0b1ee0c commit 1cb170d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate Updater/BlueUpdate Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<AssemblyOriginatorKeyFile>GM.StrongNameKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="GM.Utility, Version=1.2.6.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.2.6\lib\netstandard2.0\GM.Utility.dll</HintPath>
<Reference Include="GM.Utility, Version=1.2.7.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.2.7\lib\netstandard2.0\GM.Utility.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate Updater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.2")]
[assembly: AssemblyFileVersion("1.0.3.2")]
[assembly: AssemblyVersion("1.0.3.3")]
[assembly: AssemblyFileVersion("1.0.3.3")]
2 changes: 1 addition & 1 deletion src/BlueUpdate/BlueUpdate Updater/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Author: GregaMohorko
-->
<packages>
<package id="CodeBits.ByteSizeFriendlyName" version="1.1.0" targetFramework="net461" />
<package id="GM.Utility" version="1.2.6" targetFramework="net461" />
<package id="GM.Utility" version="1.2.7" targetFramework="net461" />
</packages>
5 changes: 2 additions & 3 deletions src/BlueUpdate/BlueUpdate/BlueUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
<AssemblyOriginatorKeyFile>GM.StrongNameKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="GM.Utility, Version=1.2.6.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.2.6\lib\netstandard2.0\GM.Utility.dll</HintPath>
<Private>False</Private>
<Reference Include="GM.Utility, Version=1.2.7.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.2.7\lib\netstandard2.0\GM.Utility.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/BlueUpdate/BlueUpdate/BlueUpdate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<summary>$description$</summary>
<copyright>$copyright$</copyright>
<tags>Update Updater Version Check Checksum Deployment Install</tags>
<releaseNotes>Fixed the unsigned dependency bug.</releaseNotes>
<releaseNotes>Updated dependencies.</releaseNotes>
</metadata>
<files>
<file src="readme.txt" target="" />
Expand Down
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.2")]
[assembly: AssemblyFileVersion("1.0.3.2")]
[assembly: AssemblyVersion("1.0.3.3")]
[assembly: AssemblyFileVersion("1.0.3.3")]
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Project: BlueUpdate
Created: 2018-7-17
Created: 2018-12-26
Author: GregaMohorko
-->
<packages>
<package id="GM.Utility" version="1.2.6" targetFramework="net461" />
<package id="GM.Utility" version="1.2.7" targetFramework="net461" />
</packages>

0 comments on commit 1cb170d

Please sign in to comment.