Skip to content

Commit

Permalink
Merge pull request #4 from ChrisPulman/FixNameSpace
Browse files Browse the repository at this point in the history
Fix Namespace
  • Loading branch information
ChrisPulman committed Jan 10, 2024
2 parents ec93b77 + edf2f77 commit 9375848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0",
"version": "1.0.1",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/main$"
Expand Down
2 changes: 1 addition & 1 deletion src/XamlConverters/Resources/ConvertersDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace CP.Xaml.Converters;
[UsableDuringInitialization(true)]
public class ConvertersDictionary : ResourceDictionary
{
private const string DictionaryUri = "pack://application:,,,/XamlConverters;component/Resources/Converters.xaml";
private const string DictionaryUri = "pack://application:,,,/CP.Xaml.Converters;component/Resources/Converters.xaml";

/// <summary>
/// Initializes a new instance of the <see cref="ConvertersDictionary"/> class.
Expand Down

0 comments on commit 9375848

Please sign in to comment.