Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GRIN-Global API dotnet
Commits
0977caf1
Commit
0977caf1
authored
Feb 25, 2020
by
Matija Obreza
Browse files
Opened after try-convert
parent
be15b0ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0977caf1
...
...
@@ -184,3 +184,4 @@ $RECYCLE.BIN/
# Visual Studio 2014 CTP
**/*.sln.ide
.vs/
src/GRINGlobal.Client/GRINGlobal.Client.csproj
View file @
0977caf1
...
...
@@ -3,6 +3,13 @@
<TargetFramework>net45</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Authors>GRIN-Global Community</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://gitlab.croptrust.org/grin-global/grin-global-api</PackageProjectUrl>
<RepositoryUrl>https://gitlab.croptrust.org/grin-global/grin-global-api</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>gringlobal, api</PackageTags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\GRINGlobal.Client.xml</DocumentationFile>
...
...
src/GRINGlobal.Client/Properties/AssemblyInfo.cs
View file @
0977caf1
...
...
@@ -28,5 +28,5 @@ using System.Runtime.InteropServices;
// 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.
1
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.
1
"
)]
[
assembly
:
AssemblyVersion
(
"1.0.
3
"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.
3
"
)]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment