Skip to content

Commit

Permalink
Fix invalid update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Feb 24, 2024
1 parent 459e7f9 commit e89977e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DprintPluginCsharpier/DprintPluginCsharpier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Dprint.Plugins.Csharpier</RootNamespace>
<AssemblyName>dprint-plugin-csharpier</AssemblyName>
<Nullable>enable</Nullable>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Authors>Casper Lindschouw</Authors>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions DprintPluginCsharpier/MessageProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ private static string GetPluginInfo()
"name": "dprint-plugin-csharpier",
"version": "{{GetAssemblyVersion()}}",
"configKey": "csharpier",
"helpUrl": "https://dprint.dev/plugins/csharpier",
"helpUrl": "https://github.com/Phault/dprint-plugin-csharpier",
"configSchemaUrl": "",
"updateUrl": "https://plugins.dprint.dev/dprint/dprint-plugin-csharpier/latest.json"
"updateUrl": "https://plugins.dprint.dev/Phault/dprint-plugin-csharpier/latest.json"
}
""";
}
Expand Down

0 comments on commit e89977e

Please sign in to comment.