Skip to content

Commit

Permalink
refactor: fix nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Joschiller committed Jun 25, 2023
1 parent 0e37c16 commit a448d9f
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
- rendering all `UserControl`s implementing the `SettingsEditorItem` interface
- loading, validating and saving all rendered settings
- running a reload of the whole `SettingsEditor`

## Version 1.0.1

- fixed nuget package build
4 changes: 2 additions & 2 deletions SettingsEditor/SettingsEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
Binary file not shown.
Binary file modified SettingsEditor/SettingsEditor/bin/Debug/SettingsEditor.dll
Binary file not shown.
Binary file modified SettingsEditor/SettingsEditor/bin/Debug/SettingsEditor.pdb
Binary file not shown.
Binary file modified SettingsEditor/SettingsEditor/obj/Debug/SettingsEditor.baml
Binary file not shown.
Binary file modified SettingsEditor/SettingsEditor/obj/Debug/SettingsEditor.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\SettingsEditor.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D610951B8C0D54607F8B7A3CFB6B4C624B6BB90F85BA078DEAE5C2F7D3C393B3"
#pragma checksum "..\..\SettingsEditor.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "838CADDCD6AA029CFD15AA4DE41D6261CE43864D5C41DBF4CEB70AE2B69A78F9"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\SettingsEditor.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D610951B8C0D54607F8B7A3CFB6B4C624B6BB90F85BA078DEAE5C2F7D3C393B3"
#pragma checksum "..\..\SettingsEditor.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "838CADDCD6AA029CFD15AA4DE41D6261CE43864D5C41DBF4CEB70AE2B69A78F9"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down
Binary file not shown.
Binary file modified SettingsEditor/SettingsEditor/obj/Debug/SettingsEditor.pdb
Binary file not shown.

0 comments on commit a448d9f

Please sign in to comment.