You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch to DigitalRuby feed moved company and product to csproj from assemblyinfo.cs changed csproj to version-prefix use nupkg generated in build task, so no longer need pack task use indirect variable for date bc Azure yaml doesn't support variable nesting * finalize Azure Artifact build in pipeline * try fixing date format * missing quote and spacing * try without conversion * try parens instead of square * try indirect variable * skip pack step * set build output dir * set dir with arguments instead of inputs * move end quote
Copy file name to clipboardExpand all lines: src/ExchangeSharp/ExchangeSharp.csproj
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,17 @@
8
8
<LangVersion>8</LangVersion>
9
9
<PackageId>DigitalRuby.ExchangeSharp</PackageId>
10
10
<Title>ExchangeSharp - C# API for cryptocurrency exchanges</Title>
11
-
<PackageVersion>1.0.2</PackageVersion>
12
-
<Authors>jjxtra</Authors>
11
+
<VersionPrefix>1.0.2</VersionPrefix>
12
+
<Authors>jjxtra</Authors>
13
13
<Description>ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.</Description>
0 commit comments