Skip to content

Commit 603feb6

Browse files
committed
Update redminekeys.
1 parent 3140c50 commit 603feb6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

redmine-net20-api/RedmineKeys.cs

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2011 - 2017 Adrian Popescu.
2+
Copyright 2016 - 2017 Adrian Popescu.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -139,10 +139,18 @@ public static class RedmineKeys
139139
/// <summary>
140140
///
141141
/// </summary>
142+
public const string DIGEST = "digest";
143+
/// <summary>
144+
///
145+
/// </summary>
142146
public const string DONE_RATIO = "done_ratio";
143147
/// <summary>
144148
///
145149
/// </summary>
150+
public const string DOWNLOADS = "downloads";
151+
/// <summary>
152+
///
153+
/// </summary>
146154
public const string DUE_DATE = "due_date";
147155
/// <summary>
148156
///
@@ -175,6 +183,10 @@ public static class RedmineKeys
175183
/// <summary>
176184
///
177185
/// </summary>
186+
public const string FILE = "file";
187+
/// <summary>
188+
///
189+
/// </summary>
178190
public const string FILENAME = "filename";
179191
/// <summary>
180192
///
@@ -548,7 +560,6 @@ public static class RedmineKeys
548560
///
549561
/// </summary>
550562
public const string TOTAL_COUNT = "total_count";
551-
552563
/// <summary>
553564
///
554565
/// </summary>
@@ -614,6 +625,10 @@ public static class RedmineKeys
614625
/// <summary>
615626
///
616627
/// </summary>
628+
public const string VERSION_ID = "version_id";
629+
/// <summary>
630+
///
631+
/// </summary>
617632
public const string VISIBLE = "visible";
618633
/// <summary>
619634
///

0 commit comments

Comments
 (0)